home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / Essentials / Technical.Notes / HCGS / TN.HCGS.002 < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.7 KB  |  44 lines  |  [TEXT/GEOL]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5. HyperCard IIGS
  6. #2: Known HyperCard Bugs
  7.  
  8. Revised by: Matt Deatherage                                          May 1992
  9. Written by: Dan Strnad & Matt Deatherage                           March 1991
  10.  
  11. This Technical Note documents known bugs in the released version of HyperCard
  12. IIgs that may affect developers.
  13.  
  14. CHANGES SINCE MARCH 1991:  Revised to list version 1.1 bugs (sigh) as well as
  15. version 1.0 bugs.
  16. _____________________________________________________________________________
  17.  
  18.  
  19. HYPERCARD EXTERNALS AND NAMED RESOURCES
  20.  
  21. HyperCard's XCMD and XFCN callbacks documented in Appendix A of the HyperCard
  22. IIgs Script Language Guide include callbacks that find named resources.  In
  23. versions 1.0 and 1.1, these routines don't compare the lengths of the resource
  24. name strings, which makes HyperCard return the wrong named resource from time
  25. to time.
  26.  
  27. A more precise description of this problem is in Apple IIgs Technical Note
  28. #83, "Resource Manager Stuff."  Note that HyperCard IIgs does not use the
  29. Resource Manager's named resource routines, but the code in the Resource
  30. Manager suffers from the same problem the HyperCard code has.
  31.  
  32.  
  33. PREVIOUS BUGS FIXED
  34.  
  35. The two bugs previously listed in this Note--improper handling of desk
  36. accessories and crashing when using objects or properties of different stacks
  37. to externals--are both fixed in HyperCard IIgs version 1.1.
  38.  
  39. Further Reference
  40. _____________________________________________________________________________
  41.  
  42.    o   HyperCard IIgs Script Language Guide
  43.    o   HyperCard IIgs standard documentation (included with HyperCard IIgs)
  44.